3.10.29 \(\int \frac {\sqrt {c x^2} (a+b x)^n}{x^4} \, dx\) [929]

Optimal. Leaf size=50 \[ -\frac {b^2 \sqrt {c x^2} (a+b x)^{1+n} \, _2F_1\left (3,1+n;2+n;1+\frac {b x}{a}\right )}{a^3 (1+n) x} \]

[Out]

-b^2*(b*x+a)^(1+n)*hypergeom([3, 1+n],[2+n],1+b*x/a)*(c*x^2)^(1/2)/a^3/(1+n)/x

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 50, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {15, 67} \begin {gather*} -\frac {b^2 \sqrt {c x^2} (a+b x)^{n+1} \, _2F_1\left (3,n+1;n+2;\frac {b x}{a}+1\right )}{a^3 (n+1) x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(Sqrt[c*x^2]*(a + b*x)^n)/x^4,x]

[Out]

-((b^2*Sqrt[c*x^2]*(a + b*x)^(1 + n)*Hypergeometric2F1[3, 1 + n, 2 + n, 1 + (b*x)/a])/(a^3*(1 + n)*x))

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[a^IntPart[m]*((a*x^n)^FracPart[m]/x^(n*FracPart[m])), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 67

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)/(d*(n + 1)*(-d/(b*c))^m))
*Hypergeometric2F1[-m, n + 1, n + 2, 1 + d*(x/c)], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Intege
rQ[m] || GtQ[-d/(b*c), 0])

Rubi steps

\begin {align*} \int \frac {\sqrt {c x^2} (a+b x)^n}{x^4} \, dx &=\frac {\sqrt {c x^2} \int \frac {(a+b x)^n}{x^3} \, dx}{x}\\ &=-\frac {b^2 \sqrt {c x^2} (a+b x)^{1+n} \, _2F_1\left (3,1+n;2+n;1+\frac {b x}{a}\right )}{a^3 (1+n) x}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 50, normalized size = 1.00 \begin {gather*} -\frac {b^2 \sqrt {c x^2} (a+b x)^{1+n} \, _2F_1\left (3,1+n;2+n;1+\frac {b x}{a}\right )}{a^3 (1+n) x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(Sqrt[c*x^2]*(a + b*x)^n)/x^4,x]

[Out]

-((b^2*Sqrt[c*x^2]*(a + b*x)^(1 + n)*Hypergeometric2F1[3, 1 + n, 2 + n, 1 + (b*x)/a])/(a^3*(1 + n)*x))

________________________________________________________________________________________

Maple [F]
time = 0.03, size = 0, normalized size = 0.00 \[\int \frac {\left (b x +a \right )^{n} \sqrt {c \,x^{2}}}{x^{4}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^n*(c*x^2)^(1/2)/x^4,x)

[Out]

int((b*x+a)^n*(c*x^2)^(1/2)/x^4,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n*(c*x^2)^(1/2)/x^4,x, algorithm="maxima")

[Out]

integrate(sqrt(c*x^2)*(b*x + a)^n/x^4, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n*(c*x^2)^(1/2)/x^4,x, algorithm="fricas")

[Out]

integral(sqrt(c*x^2)*(b*x + a)^n/x^4, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {c x^{2}} \left (a + b x\right )^{n}}{x^{4}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**n*(c*x**2)**(1/2)/x**4,x)

[Out]

Integral(sqrt(c*x**2)*(a + b*x)**n/x**4, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^n*(c*x^2)^(1/2)/x^4,x, algorithm="giac")

[Out]

integrate(sqrt(c*x^2)*(b*x + a)^n/x^4, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {\sqrt {c\,x^2}\,{\left (a+b\,x\right )}^n}{x^4} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((c*x^2)^(1/2)*(a + b*x)^n)/x^4,x)

[Out]

int(((c*x^2)^(1/2)*(a + b*x)^n)/x^4, x)

________________________________________________________________________________________